From 5a5becbf2b62942f19b822dbb3ce7470447f3acc Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 24 Jul 2009 15:27:21 +0000 Subject: [PATCH] Comment fix in delbin. --- delbin.c | 4 ++-- xmldoc/chapters/styles.xml | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/delbin.c b/delbin.c index 6ca3858b1..4dde83be8 100644 --- a/delbin.c +++ b/delbin.c @@ -73,8 +73,8 @@ static unsigned delbin_os_packet_size; // number of times to attempt a transfer before giving up #define ATTEMPT_MAX 2 -// seconds to wait for expected message, this value is 1 greater than -// minimum, i.e. READ_TIMEOUT - 1 <= actual_timeout <= READ_TIMEOUT +// seconds to wait for expected message (actual time will be somewhat +// indeterminate, but at least READ_TIMEOUT - 1) #define READ_TIMEOUT 6 // debug output: low, medium, high, higher diff --git a/xmldoc/chapters/styles.xml b/xmldoc/chapters/styles.xml index 82192cdb7..d5f879094 100644 --- a/xmldoc/chapters/styles.xml +++ b/xmldoc/chapters/styles.xml @@ -1203,6 +1203,11 @@ example: +
+TRACK_NEW +If '1', it indicates that this trackpoint is the first point of a new track. Needs integer conversion.example:IFIELD TRACK_NEW,"","%d"
+ +
TRACK_NAME The name of the track currently being operated on. Needs string conversion.example:TRACK_NAME, "", "%s"
-- 2.30.2